Vcenter NamespaceManagement Software Supervisors Versions Info
The Vcenter NamespaceManagement Software Supervisors Versions Info schema contains the detailed information about a Supervisor version.
This schema was added in vSphere API 9.0.0.0.
{
"version": "string",
"name": "string",
"description": "string",
"release_date": "string",
"release_notes": "string",
"image_source_specs": [
{
"source_type": "string",
"library": "string"
}
]
}
Identifier for the Supervisor version.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SupervisorVersion
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SupervisorVersion
.
Name of the Supervisor release.
This property was added in vSphere API 9.0.0.0.
Description of the Supervisor release.
This property was added in vSphere API 9.0.0.0.
Date of Supervisor release.
This property was added in vSphere API 9.0.0.0.
Details of Supervisor release.
This property was added in vSphere API 9.0.0.0.
Details about the source of Supervisor image.
This property was added in vSphere API 9.0.0.0.